x86/IRQ: simplify and rename pirq_acktype()
authorJan Beulich <jbeulich@suse.com>
Thu, 4 Jul 2019 15:32:53 +0000 (17:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 4 Jul 2019 15:32:53 +0000 (17:32 +0200)
commitacdb58b9b93f6ce2be1442295925a801cba706e6
treed66240d0287f9e590a4e6c6141e22b6853538083
parent6d819cf9e1a6d21f68d9fe840040e89057ced1be
x86/IRQ: simplify and rename pirq_acktype()

Its only caller already has the IRQ descriptor in its hands, so there's
no need for the function to re-obtain it. As a result the leading p of
its name is no longer appropriate and hence gets dropped.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/irq.c